@charset "utf-8";
@import url("zuz style.css");
/* CSS Document */


#header {
	background-color: #c7c0c3;
	width: 450px;
	padding: 5px;
	height: 100px;
	float: left;

	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #63C;
}
a:active {
	text-decoration: none;
}
#headright {
	float: left;
	height: 100px;
	width: 250px;
	background-color: #C7C0C3;
	padding: 5px;
}

#gallery {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	background-color: #FFF;
	opacity: 0.7;
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-right: 10px;
	height: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#about {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	background-color: #FFF;
	opacity: 0.7;
	float: left;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 0px;
	clear: none;
	height: 280px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/flowa.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#info {
	clear: none;
	float: left;
	background-color: #FFF;
	opacity: 0.7;
	width: 450px;
	margin-right: 10px;
	height: 370px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#social {
	float: left;
	width: 240px;
	clear: none;
	background-color: #FFF;
	margin: 0px;
	opacity: 0.7;
	height: 370px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#spacer {
	clear: none;
	width: 720px;
	margin-top: 10px;
	
	margin-bottom: 10px;
	height: 35px;
	background-color: #C7C0C3;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#courses {
	clear: none;
	width: 700px;
	float: left;
	background-color: #FFF;
	opacity: 0.7;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#footer {
	width: 720px;
	background-image: url(images/footer.png);
	height: 140px;
	clear: none;
	float: left;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left;
	background-color: #C7C0C9;
}
#lsidebar {
	background-attachment: fixed;
	background-image: url(images/borderL.png);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	height: 1300px;
	width: 80px;
}
#rsidebar {
	background-attachment: fixed;
	background-image: url(images/borderR.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
	height: 1100px;
	width: 80px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	height: 1100px;
}
#contact {
	background-color: #BDA6DD;
	width: 450px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
	float: left;
	background-image: url(images/sfondo.jpg);
}
